records
Antibiorésistance: Patients porteurs de Bactérie Hautement Résistante émergente (BHRe)
Dataset schema
Click to expand Click to collapse
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
{
- "title":"antibioresistance-bhre",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/antibioresistance-bhre"
}
] - "definitions":{
- "antibioresistance-bhre":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/antibioresistance-bhre_records"
}
}
} - "records":
} - "properties":
- "antibioresistance-bhre_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "empty":,{
- "type":"string",
- "title":"Type de BHRe",
- "description":""
} - "annee":,{
- "type":"string",
- "format":"date",
- "title":"Année",
- "description":""
} - "value":{
- "type":"integer",
- "title":"Nombre de patients-porteurs de BHRe",
- "description":""
}
} - "empty":
}
} - "fields":
} - "properties":
} - "antibioresistance-bhre":
}